credentials (HTTP)
from crossorigin属性
credentials (HTML)
HTMLにおける「クレデンシャル」とは以下の3つ。
HTTPクッキー
TLSクライアント証明書
HTTP認証情報 (RFC 7235)すなわちAuthenticationヘッダ。
https://fetch.spec.whatwg.org/#credentials
Credentials are HTTP cookies, TLS client certificates, and authentication entries (for HTTP authentication).
関連項目
credentials mode (HTTP)